We are migrating the bug tracker to github Issues. This is now the preferred way to report NASM bugs.
Self-registration is disabled due to spam issue (mail gorcunov@gmail.com or hpa@zytor.com to create an account)
I just replied to a stackoverflow question that was based on using "section .text:" rather than the desired form without a colon: https://stackoverflow.com/questions/79307756/calling-the-worlds-simplest-nasm-function-from-c-segfault This problem has cropped up repeatedly. In both "-f bin", "-f obj", and "-f elf" it doesn't lead to a warning or error. But it creates a section with the colon interpreted as a part of the name, which users usually do not intend. I suggest adding a warning for this.